home *** CD-ROM | disk | FTP | other *** search
/ ThrustMaster (Europe) (Press Kit) / ThrustMaster (Europe) (Press Kit).bin / progs / f16 / MK2PROGS.SHR / KCARPET.ADV < prev    next >
Encoding:
Text File  |  1995-05-18  |  4.3 KB  |  100 lines

  1. REM ┌─────────────< Delete this section when you are done! >──────────────┐
  2. REM │                                                                     │
  3. REM │               WCS Mark II ADV Programming Template                  │
  4. REM │                                                                     │
  5. REM │      Please supply as much requested information as possible.       │
  6. REM │                                                                     │
  7. REM │ (Keep in mind though, that there is a 400 line limit to ADV files!) │
  8. REM │                                                                     │
  9. REM └────────────────────────────────> <──────────────────────────────────┘
  10. REM
  11. REM ╔═══════════════════════════════════════════════════════════════════════╗
  12. REM ║ CAUTION!!!  You MUST have ThrustMaster Command & Control Center       ║
  13. REM ║ (MARK2.EXE) vs 1.38 or higher and MK2LOAD.EXE vs 5.01 or higher to    ║
  14. REM ║ use the macro capability.  You can tell if you have vs 1.38 by looking║
  15. REM ║ at the top of the C&CC screen where the version # is shown on any of  ║
  16. REM ║ the menu screens or click on F-7 About to view the version #.  To tell║
  17. REM ║ if you have MK2LOAD.EXE vs 5.01 just download a file - you will see   ║
  18. REM ║ the version # at the top of the download screen. To obtain the newer  ║
  19. REM ║ versions if you do not have them, check with any of the listed places ║
  20. REM ║ in C:\MARK2\MK2UTILS\TMBBS.TXT where you may download the latest      ║
  21. REM ║ versions of the Command and Control Center software.                  ║
  22. REM ╚═══════════════════════════════════════════════════════════════════════╝
  23. REM                        Magic Carpet by Bullfrog
  24. REM
  25. REM                        Written By Thrustmaster
  26. REM   For best results plug your joystick in port one and your WCS into port
  27. REM   two. Throttle is set up NOT
  28. REM ╔═══════════════════════════════════════════════════════════════════════╗
  29. REM ║Base Switch Settings                                                   ║
  30. REM ║Black Hat switch = Digital
  31. REM ║Red Switch       = Digital                                             ║
  32. REM ╚═══════════════════════════════════════════════════════════════════════╝
  33. REM ╔═════════════════════════════════════════════════════════════╗
  34. REM ║Game Settings) Joystick and Keyboard                         ║
  35. REM ╚═════════════════════════════════════════════════════════════╝
  36. REM
  37. REM ╔═════════════════════════════════════════════════════╗
  38. REM ║ Place Mdef files below this line (i.e. Mdef Newname)║
  39. REM ╚═════════════════════════════════════════════════════╝
  40.  
  41.  
  42.  
  43. REM ╔════════════════════════════════════════════════════════╗
  44. REM ║ Change 'TEMPLATE' to the name of the MDF file that you ║
  45. REM ║ want your ADV file to reference.  For example, if you  ║
  46. REM ║ create a new ADV file called NEWSIM.ADV, you might want║
  47. REM ║ the line above to read 'Mdef NEWSIM'.                  ║
  48. REM ╚════════════════════════════════════════════════════════╝
  49.  
  50. REM ╔════════════════════════════════════════════════════════════╗
  51. REM ║ Place special macros below this line (i.e. @macroname, etc)║
  52. REM ╚════════════════════════════════════════════════════════════╝
  53. GAME 1 150
  54.  
  55. REM ╔════════════════════════╗
  56. REM ║(P)FCS Buttons Commands:║
  57. REM ╚════════════════════════╝
  58.  
  59. BTN UB L                       REM DESTROY CASTLE
  60.  
  61. BTN MB ENT                         REM OPEN SPELLS MAP
  62.  
  63. BTN LB F3                          REM SPEED UP GAME
  64.  
  65. BTN HU F4                          REM SOFTEN IMAGE
  66.  
  67. BTN HD F5                          REM REFLECTIONS OFF
  68.  
  69. BTN HL F6                          REM SKY OFF
  70.  
  71. BTN HR F7                          REM SHADOWS OFF
  72.  
  73. REM ╔════════════════════════╗
  74. REM ║WCS II Buttons Commands:║
  75. REM ╚════════════════════════╝
  76.  
  77. BTN 1 ENT                          REM OPEN SPELLS MAP
  78.  
  79. BTN 2 0                            REM LEFT ASSIGNED SPELL
  80.  
  81. BTN 3 1                            REM LEFT ASSIGNED SPELL
  82.  
  83. BTN 4 CTL 1                        REM RIGHT ASSIGNED SPELL
  84.  
  85. BTN 5 CTL 0                        REM RIGHT ASSIGNED SPELL
  86.  
  87. BTN 6 F3                           REM SPEED UP GAME
  88.  
  89. REM ╔════════════════════════╗
  90. REM ║WCS II Rocker Commands: ║
  91. REM ╚════════════════════════╝
  92.  
  93. RKR UP /P F1                       REM SOUND FX ON/OFF
  94.        /R F1
  95.  
  96. RKR DN /P F2                       REM MUSIC ON/OFF
  97.        /R F2
  98.  
  99. THR 3 0 UAROW DAROW f f f f
  100.